GtkCalendar: deal better with a large allocation
authorMatthias Clasen <mclasen@redhat.com>
Thu, 2 Oct 2014 00:09:10 +0000 (20:09 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 2 Oct 2014 00:09:10 +0000 (20:09 -0400)
commit7b2e526c3ab727bf8ef4c99b227a1cbd15a1368e
tree48e000024b2e11bc99149eb5f3286f2a7d0fbd9f
parentb46cef18097c92d2999fa374121cc9ded8cfa1f5
GtkCalendar: deal better with a large allocation

When allocated more than the requested height, GtkCalendar
was 'falling apart'. Not only was the main part rendered
at the far end of the allocation, clicking on days was
broken in this scenario.

Fix this by always placing the main part directly under
the header and day names.

https://bugzilla.gnome.org/show_bug.cgi?id=737670
gtk/gtkcalendar.c